ia.BBoxEvent Class
Dispatched by a map when its bounding box changes.
Constructor
ia.BBoxEvent
    
        
            (
    
    
    
    
    
    
    
    
    
    - 
                    
                        
eventType - 
                    
                        
eventDispatcher - 
                    
                        
bBox - 
                    
                        
oldBBox 
Parameters:
- 
                    
                        
eventTypeNumberThe event type.
 - 
                    
                        
eventDispatcherObjectThe object that dispatched the event.
 - 
                    
                        
bBoxia.BoundingBoxThe new bBox.
 - 
                    
                        
oldBBoxia.BoundingBoxThe old bBox.
 
Methods
buildInteractionGroups
    
        
            (
    
    
    
    
    
    
    
    
    
    - 
                    
                        
report - 
                    
                        
dataGroup - 
                    
                        
interactionGroup - 
                    
                        
comparisonInteractionGroup 
Builds interaction groups.
Parameters:
- 
                    
                        
reportia.ReportThe report object.
 - 
                    
                        
dataGroupia.DataGroupThe associated data group.
 - 
                    
                        
interactionGroupia.InteractionGroupThe associated interaction group.
 - 
                    
                        
comparisonInteractionGroupia.InteractionGroupThe associated comparison interaction group.
 
Properties
BBOX_SCALE
    Number
    
    
    
        final
    
    
        static
    
    
    Indicates the scale changed.
Default: 1
BBOX_TRANSLATE
    Number
    
    
    
        final
    
    
        static
    
    
    Indicates a translation took place.
Default: 0
eventType
    String
    
    
    
    
    
    The type of event.
obj
    Object
    
    
    
    
    
    The object associated with the event.